const github.com/klauspost/compress/zstd.fcsUnknown

7 uses

	github.com/klauspost/compress/zstd (current package)
		decoder.go#L363: 		if frame.FrameContentSize != fcsUnknown {
		decoder.go#L539: 		if d.current.d.Last && d.frame.FrameContentSize != fcsUnknown && d.syncStream.decodedFrame != d.frame.FrameContentSize {
		decoder.go#L799: 				} else if block.Last && fcs != fcsUnknown && decodedFrame != fcs {
		framedec.go#L198: 	d.FrameContentSize = fcsUnknown
		framedec.go#L342: 	if d.FrameContentSize != fcsUnknown {
		framedec.go#L399: 		if d.FrameContentSize != fcsUnknown && uint64(len(d.history.b)-crcStart) != d.FrameContentSize {
		zstd.go#L40: const fcsUnknown = math.MaxUint64